
========= License information ==============

The NetHomeServer is distributed in the hope that it will be useful, 
but WITHOUT ANY WARRANTY; without even the implied warranty of 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

NetHomeServer uses a number of external libraries in source or jar-form.
Here is a list of the terms and conditions under which these external
libraries are used and may be distributed:

* jd2xx.jar

Java native interface port of Future Technology Devices International (FTDI) 
D2XX direct USB driver. The interface is implemented by Pablo Bleyer Kocik
and is released under Berkeley Software Distribution (BSD) License.
See http://www.opensource.org/licenses/bsd-license.php for definition.
Information about the library can be obtained on: https://jd2xx.dev.java.net
jd2xx.jar is only used by NetHomeServer when running on the Windows operating systems.
It is used in the FHZ1000PcPort-interface for FS20.


* jdring-2.0.jar

JDRing is a lightweight Java scheduling library that is simple and small, 
but still supports ringing alarms at specified intervals, as one-time events, 
or on complex schedules with full cron-like control.
JDRing was originally written by Oliver Dedieu (other contributors: David Sims, 
Simon B�cot, and Jim Lerner), and released under the LGPL license.
See http://www.gnu.org/licenses/lgpl.txt for license definition.
Information about the library can be obtained on: http://www.jtheory.com/jdring.html

* RXTXcomm.jar, rxtxSerial.dll, rxtxParallel.dll, librxtxSerial.so, librxtxParallel.so

RXTX is a native lib providing serial and parallel communication for the Java Development 
Toolkit (JDK). All deliverables are under the gnu LGPL license. A complete license is
supplied in the file RXTX_License.txt

* activation.jar, saaj-api.jar, saaj-impl.jar

JavaTM Web Services Developer Pack is developed and distributed by Sun Microsystems Inc.
The files are redistributable as described on: 
http://java.sun.com/webservices/docs/1.5/ReleaseNotes.html#RedistributableComponents
under conditions specified by the license described on:
http://java.sun.com/webservices/docs/1.5/LICENSE

* swt*.jar, swt*.dll

SWT (The Window library used) is released by the Eclipse Foundation under a Common 
Public License, specified on: http://www.eclipse.org/legal/cpl-v10.html.

* Tuio.jar

Copyright (c) 2006 Martin Kaltenbrunner <mkalten@iua.upf.es>
Developed at the Music Technology Group, UPF, Barcelona
The software is part of reacTIVision, an open source fiducial
tracking framework based on computer vision. http://mtg.upf.es/reactable/
Description and license for usage is described in the file Tuio_Readme.txt.

* X10.jar

X10 is a library providing a java interface to the CM12 serial interface module 
for the X10 protocol. The library and the source is Copyright (C) 2000  Jesse E. Peterson
and released under the GNU Lesser General Public License (LGPL).
The source is slightly modified in order to use RXTXComm-library instead of the
Java(tm) Communication API which is was originally written for.

* xerces.jar

SAX is the Simple API for XML, originally a Java-only API. SAX was the first widely 
adopted API for XML in Java, and is a de facto standard. SAX is free, in fact, it's not
possible to own a license to SAX, since it's been placed in the public domain.

* Jetty WEB Server

This is a great WEB-server written in java released by the Apache project. It is released 
under Apache License Version 2.0. See http://www.apache.org/licenses/LICENSE-2.0 for details.

* JFreeChart

This is a fantastic chart drawing library, which is used to draw the temerature charts in
the NetHomeServer. It is relesed as open source under a GNU LGPL-license. 
See http://www.jfree.org/jfreechart for details.

* XML-RPC
Apache XML-RPC
Copyright 1999-2009 The Apache Software Foundation. This product includes software developed at
The Apache Software Foundation (http://www.apache.org/). It is release under Apache License Version 2.0.

